Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_lower
ctype_lower
Check lowercase characters
Name:
ctype_lower
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check lowercase characters
Related
How to set the namespace end processing function using xml_set_end_namespace_decl_handler?
9
How to Sort an Array by String Length Using rsort in PHP?
7
JsonSerializable with PHP Anonymous Classes: How to Elegantly Simplify Data Output?
8
Use strval to convert floating numbers and retain the specified number of decimal places
1
Similar Functions
ctype_digit
ctype_digit
Checknumericcharacte
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
ctype_graph
ctype_graph
Checkforanyprintable
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_print
ctype_print
Checkprintablecharac
ctype_lower
ctype_lower
Checklowercasecharac
ctype_punct
ctype_punct
Checkforprintablecha
Popular Articles